home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / programer2 / clipbord / !ClipBoard_!Help_ReadMe < prev    next >
Encoding:
Text File  |  1991-01-05  |  3.8 KB  |  90 lines

  1. *********************  Very boring Copyright Notice  **********************
  2. *                                                                         *
  3. *  All program code is the copyright of Joris RÖling and the 'borrowing'  *
  4. *    any part of it without the permission of the author is prohibited.   *
  5. *                                                                         *
  6. ***************************************************************************
  7.                                                                             
  8.  
  9.                             ReadMe for ClipBoard
  10.  
  11.                                     v1.06
  12.                                  
  13.  
  14.  
  15.           The 'writable icon' known to the Archimedes Environment is
  16.           a nice concept. But it misses some crucial word processing
  17.           features as copy & paste to allow fast input. This
  18.           application tries to overcome this limitation.
  19.  
  20.           To be clear, a menu entry which contains the caret as soon
  21.           as you move the pointer over it, is in fact a writeable icon
  22.           too. An example of this is the bottom menu entry of the 
  23.           'Mode' menu of the Palette utility. Other examples of 
  24.           'writeable icons' are:                             
  25.  
  26.           - In a Save window the box in which you can fill in the 
  27.             filename.
  28.           - The menu entry of the ADFS filer in which you can specify 
  29.             the disc name.
  30.  
  31.           ClipBoard is a small module allowing you to copy the
  32.           textual contents of writable icons into the modules own
  33.           buffer and vice versa by a few Ctrl-keys.
  34.  
  35.            The keys are defined as follows:
  36.  
  37.            - Ctrl-C will copy the textual contents of an icon into the
  38.              ClipBoard buffer.
  39.  
  40.            - Ctrl-X will copy the textual contents of an icon into the
  41.              ClipBoard buffer, and afterwards it will clear the
  42.              contents. This is also known as 'Moving' the contents.
  43.  
  44.            - Ctrl-V will insert the buffered text (if any) back into
  45.              the icon at carret position.
  46.  
  47.            - Ctrl-Z will replace the textual contents of an icon by
  48.              the buffered text (if any).
  49.  
  50.           To copy (or move or paste or replace) the carret must be in
  51.           a writable icon.
  52.                 
  53.           It is very well possible to Copy the text, say, a filename
  54.           out of a save window, and than Paste it into a (writeable)
  55.           menu entry.
  56.  
  57.           ClibBoard is in fact a module task, taking about 2K of 
  58.           menory. It will only know the keys where pressed if no 
  59.           other task is acting on them before it.
  60.  
  61.           The buffer of ClibBoard is only as long as is needed, in
  62.           fact it starts with having no buffer at all. In this case,
  63.           pressing Ctrl-V or Ctrl-Z will result in a beeb only.
  64.  
  65.           Note that seeing a carret inside a window doesn't mean it
  66.           is actualy inside a icon as well. The carret you see in a
  67.           text window of !Edit for example is driven by !Edit itself
  68.           so it is not possible for ClibBoard to access the text
  69.           there.
  70.  
  71.           Pressing Ctrl-C or Ctrl-X when the icon is empty, has no
  72.           effect. A beeb will will let you know that the clip board
  73.           contents is preserved.
  74.  
  75.            If you have any suggestions, or you found some bug, or if
  76.           you just want to tell me how great you think this program
  77.           is, write a note to the address below.
  78.  
  79.  
  80.  
  81.                                   To contact the author, write to:
  82.  
  83.                                           Joris RÖling
  84.                                           Oudestraat 186
  85.                                           8261 CW Kampen
  86.                                           The Netherlands
  87.  
  88.                                           Tel:05202-27989
  89.  
  90.